Skip to content

distignore three new files - #318

Merged
Dan0sz merged 1 commit into
plausible:developfrom
masteradhoc:distignore-update
Jul 30, 2026
Merged

distignore three new files#318
Dan0sz merged 1 commit into
plausible:developfrom
masteradhoc:distignore-update

Conversation

@masteradhoc

@masteradhoc masteradhoc commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Summary

Exclude three development-only files from the plugin distribution:

  • src/Client/.openapi-generator-ignore
  • src/Client/.php-cs-fixer.dist.php
  • src/Client/git_push.sh

Reason

These files trigger WordPress Plugin Check issues for hidden and application files.

Testing

  • Rebuilt the plugin ZIP
  • Confirmed the three files are no longer included

Summary by CodeRabbit

  • Chores
    • Updated distribution settings to exclude internal development and tooling files from build artifacts.

@coderabbitai

coderabbitai Bot commented Jul 29, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 38658cf0-a50a-456d-8f04-0c3ef718b831

📥 Commits

Reviewing files that changed from the base of the PR and between 3b8ef72 and 8b042b5.

📒 Files selected for processing (1)
  • .distignore

📝 Walkthrough

Walkthrough

The distribution ignore list now excludes three additional files under /src/Client/: the OpenAPI generator ignore file, PHP-CS-Fixer configuration, and git_push.sh.

Changes

Distribution artifact exclusions

Layer / File(s) Summary
Ignore Client tooling files
.distignore
Adds /src/Client/.openapi-generator-ignore, /src/Client/.php-cs-fixer.dist.php, and /src/Client/git_push.sh to the distribution ignore list.

Poem

A rabbit hops through build fields bright,
Three Client files vanish from sight.
Generator notes, fixer’s tune,
And push script tucked beneath the moon.
The package rests, neat and light.

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title matches the main change: updating .distignore to exclude three additional files.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@Dan0sz
Dan0sz merged commit 24954f5 into plausible:develop Jul 30, 2026
7 checks passed
@masteradhoc
masteradhoc deleted the distignore-update branch July 30, 2026 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants